home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32-Tools / simcd32-401 / SimCD32 / SimCD32.doc < prev    next >
Encoding:
Text File  |  1993-12-22  |  2.7 KB  |  88 lines

  1. TABLE OF CONTENTS
  2.  
  3. SimCD32
  4. SimCD32                                                             SimCD32
  5.  
  6.    NAME
  7.         SimCD32 - A cd.device/CDROM simulator.
  8.  
  9.    SYNOPSIS
  10.         SimCD32 ISOIMAGE:
  11.  
  12.    FUNCTION
  13.         Simulate a cd.device/CDROM envirnoment.
  14.  
  15.    INPUTS
  16.         ISOIMAGE     - The complete path to the isoimage to be mounted
  17.                        as a simulated CDROM.
  18.  
  19.    RESULTS
  20.         The specified isoimage will be used as the CDROM isoimage.
  21.  
  22.  
  23.    NOTES
  24.         To kick the CDROM simulation to life, from the shell type:
  25.  
  26.         > run SimCD32 work:isoimage
  27.         > mount cd0: FROM devs:SimCD32_Mountlist
  28.  
  29.         Notice that after SimCD32 is run, cd0: must be manually mounted
  30.         with the mount command. You may need to use the FROM keyword to point
  31.         mount to the proper amiga mountlist. Here is a mountlist which can
  32.         be used to mount CD0:
  33.  
  34.         CD0:
  35.                 Device          = cd.device
  36.                 Unit            = 0
  37.                 Activate        = 1
  38.                 FileSystem      = L:CDFileSystem_40.8
  39.                 Flags           = 0
  40.                 Surfaces        = 1
  41.                 SectorsPerTrack = 1
  42.                 SectorSize      = 2048
  43.                 Mask            = 0x7ffffffe
  44.                 MaxTransfer     = 0x100000
  45.                 Reserved        = 0
  46.                 Interleave      = 0
  47.                 LowCyl          = 0
  48.                 HighCyl         = 0
  49.                 Buffers         = 5
  50.                 BufMemType      = 0
  51.                 StackSize       = 1000
  52.                 Priority        = 10
  53.                 GlobVec         = -1
  54.                 DosType         = 0x43443031
  55.         #
  56.  
  57.         Note that this uses CDFileSystem_40.8. Which is a version of CDFileSystem
  58.         which does NOT use any 2.0 packets. This is better for emulation as the
  59.         ROM CD32 CDFileSystem does NOT use any 2.0 packets.
  60.  
  61.         Once SimCD32 is run, and cd0: is mounted, you may access cd0: in the
  62.         normal fashion:
  63.  
  64.         > list cd0:
  65.         etc.
  66.  
  67.         You may also run CDXL files off of the simulated cd.device/CDROM in
  68.         the same manor in which you'd do this in a real cd.device/CDROM
  69.         envirnoment.
  70.  
  71.         SimCD32 has an ARexx port, named SimCD32, supporting the following commands.
  72.  
  73.            Quit         -- Causes SimCD32 to exit.
  74.  
  75.            GetISOName   -- Returns the file name of the current ISO image.
  76.  
  77.            SetISOName   -- Sets the ISO image to the given file (must provide
  78.                            the complete path name). This can be used to change
  79.                            the image that is mounted, (say from work:isoimage
  80.                            to work:isoimage2, or whatever).
  81.  
  82.  
  83.    SEE ALSO
  84.  
  85.    BUGS
  86.         None?
  87.  
  88.